home *** CD-ROM | disk | FTP | other *** search
/ Aminet 27 / Aminet 27 (1998)(GTI - Schatztruhe)[!][Oct 1998].iso / Tools / Docs / Find < prev    next >
Text File  |  1995-07-08  |  2KB  |  59 lines

  1. PROGRAM NAME
  2.  
  3.   Find 2.1
  4.  
  5. AUTHOR
  6.  
  7.   Urban D. Müller    (umueller@wuarchive.wustl.edu)
  8.  
  9. SYNOPSIS
  10.  
  11.   Find [VIEW] [IN filename] string
  12.  
  13. FUNCTION
  14.  
  15.   Find will search an ASCII Aminet index for a case insensitive 
  16.   substring and output the matches as an AmigaGuide document which
  17.   it displays immediately.
  18.  
  19.   If you enter several search strings, separated by blanks, only 
  20.   lines matching all strings will be printed.
  21.  
  22.   Wild cards are allowed if you run OS 2.0 or above. The pattern can
  23.   be anywhere on the line, but if you specify ^ as the first character,
  24.   it has to be at the beginning of the line. With $ at the end it has
  25.   to be at the end of the line. Other allowed characters are ? (match
  26.   any character), * (match any number of any char) and # (match any 
  27.   number of the following character). Wild cards can't be combined
  28.   with multiple search strings.
  29.  
  30.   If you add the VIEW option (or the VIEW=TRUE tooltype from Workbench)
  31.   then the AmigaGuide document will view archives instead of unpacking 
  32.   them where possible.
  33.  
  34.   If you add the IN option (or its alias INDEXFILE), that file from 
  35.   the lists directory will be used for searching; there is no need to
  36.   specify the path. From Workbench, you can either single click an 
  37.   index name and shift-doubleclick 'Find', or you add the INDEXFILE=xxx
  38.   tooltype to the Find icon. Note that Find will append .doc to the index
  39.   file name.
  40.  
  41.   Default index name is AMINETx:Docs/Index_Dir.doc for 'Find', if the
  42.   executable is renamed to 'NewFind' or 'AminetFind', the default
  43.   changes to New_Dir and Aminet_Dir, respectively.
  44.  
  45.   If you specify 'Aminet' as index name, 'Aminet_Dir' will be assumed.
  46.   The same applies for 'Index' and 'New'.
  47.  
  48.   Find autodetaches.
  49.  
  50. EXAMPLES
  51.  
  52.   Find xpk
  53.   Find xpk IN Aminet
  54.   Find ^xpk*handler IN Aminet_Dir
  55.  
  56. SEE ALSO
  57.  
  58.   Inspect
  59.